docs: fill SDK reference gaps (type conversions, EVM helpers, secrets)#3516
Merged
docs: fill SDK reference gaps (type conversions, EVM helpers, secrets)#3516
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…e notes and changelog SDK reference additions (type conversions, EVM helpers, UnwrapOptions, Secrets API): - Add type-conversions-ts.mdx (Type vs TypeJson, ProtoBigInt, bytes helpers) - Add 5 missing EVM helper functions to evm-client-ts.mdx - Add UnwrapOptions subsection and runtime.getSecret() to core-ts.mdx - Add runtime.GetSecret() to core-go.mdx - Add sidebar entry and cross-links from overview-ts and confidential-http-client-ts Accuracy fixes: - Remove base64ToHex() — function does not exist in @chainlink/cre-sdk - Fix hexToBytes() signature: hex: Hex → hex: string - Fix UnwrapOptions type definition to match actual SDK (conditional, mutually exclusive schema/factory) - Remove incorrect SecretsProvider parameter from TS initWorkflow example - Mark namespace field as optional (not required) in SecretRequest tables for both SDKs Release notes and changelog backfill: - Add Go SDK v1.3.0–v1.5.0 release notes - Add TS SDK v1.1.0 release notes - Add corresponding entries to changelog.json - Regenerate llms-full-go.txt and llms-full-ts.txt Made-with: Cursor
8d9afa0 to
d32c9bc
Compare
dev-dist
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
type-conversions-ts.mdx— Type vs TypeJson system, ProtoBigInt, conversion tablehexToBytes,base64ToHex,bigintToBytes,bytesToBigint,bigintToProtoBigInttoevm-client-ts.mdxcore-ts.mdxexplaining the three deserialization variants forrunInNodeModeruntime.getSecret()tocore-ts.mdxandruntime.GetSecret()tocore-go.mdxTest plan